Skip to content

oneMKL version to versioninfo()#531

Merged
michel2323 merged 1 commit into
masterfrom
ms/versioninfo
Sep 22, 2025
Merged

oneMKL version to versioninfo()#531
michel2323 merged 1 commit into
masterfrom
ms/versioninfo

Conversation

@michel2323

Copy link
Copy Markdown
Member

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/utils.jl b/src/utils.jl
index 22180da..ef75832 100644
--- a/src/utils.jl
+++ b/src/utils.jl
@@ -3,7 +3,8 @@ function versioninfo(io::IO=stdout)
     if Sys.islinux()
         println(io, "Binary dependencies:")
         for jll in [oneL0.NEO_jll, oneL0.NEO_jll.libigc_jll, oneL0.NEO_jll.gmmlib_jll,
-                    SPIRV_LLVM_Translator_jll, SPIRV_Tools_jll, oneAPI_Support_jll]
+                SPIRV_LLVM_Translator_jll, SPIRV_Tools_jll, oneAPI_Support_jll,
+            ]
             name = string(jll)
             print(io, "- $(name[1:end-4]): $(Base.pkgversion(jll))")
             if jll.host_platform !== nothing

@codecov

codecov Bot commented Sep 22, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.76%. Comparing base (719d893) to head (919c877).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   79.74%   79.76%   +0.02%     
==========================================
  Files          45       45              
  Lines        2824     2827       +3     
==========================================
+ Hits         2252     2255       +3     
  Misses        572      572              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@michel2323 michel2323 merged commit 04d8080 into master Sep 22, 2025
2 checks passed
@michel2323 michel2323 deleted the ms/versioninfo branch September 22, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant